You are here: Administering Flow > Configuring Flow > Data Definitions > Web Definitions > Web Definition > Main Screen > General Tab (Web Definition)

General Tab (Web Definition)

Fields

Field Name Description
DB Connections Select the DB Connections used on this Web Definition. This is a design time setting, and can be overridden with run time setting on the Action.
Web Connection Select the Web Connections used on this Web Definition. This is a design time setting, and can be overridden with run time setting on the Action.
Service Select a service to use from the web service
Port Select the port to use from the web service.
Endpoint Enter the Endpoint to send requests to. This is defaulted from the setting in the WSDL and only needs to be changed if redirecting to a different web service location.
Operation Select the operation to call from the web service
SOAP Action Enter the SOAP Action which is sent in the request to the web service. This is defaulted from the WSDL and does not normally need to be changed. This can be blank.
Validate Request against WSDL Schema Select to validate the request against the XSD extracted from the WSDL. The request will be validated prior to sending.
Validate Response against WSDL Schema Select to validate the response against the XSD extracted from the WSDL. The response will be validated prior to loading into the Web Definition.
Set target namespace as default namespace Select to pass the target namespace as the default namespace instead of having its own prefix.

Buttons

Button Name Description
Refresh XSD Click to refresh the local cached copy of the XSD schema that is extracted/generated from the WSDL of the Web Connection. This will use the local cached WSDL and extract/generate local cached XSD. The XSD will be extracted automatically when saving if it is not already cached. Any change to the Web Connection will also cause it to extract when saving.
Create Blank XML Files Click to create empty XML files that represent the structure of the Web Service request and response. This is helpful for testing purposes.